listbox: Make Shift-Tab work again
authorMatthias Clasen <mclasen@redhat.com>
Thu, 14 May 2020 01:45:25 +0000 (21:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 14 May 2020 01:45:49 +0000 (21:45 -0400)
commit7915e998e2459eee04f0fc52d018183d26c2a4d2
tree57376d7c28c531a4c4280fe37a5b45a8c0fed965
parent7ef51da1c1650586a51a650042815dab97e3be3f
listbox: Make Shift-Tab work again

The previous fix broke the case where we're Shift-Tabbing
from a listboxrow child to the row itself. This was causing
the widget-factory2.tab-backward test to fail. Fix it, by
grabbing the focus to the row explicitly.
gtk/gtklistbox.c